home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pdox693.zip / TI667.ASC < prev    next >
Text File  |  1992-08-12  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  667
  9.   VERSION  :  3.xx
  10.        OS  :  DOS
  11.      DATE  :  August 12, 1992                          PAGE  :  1/2
  12.  
  13.     TITLE  : Using Look-up Tables in PPROG & Paradox Runtime
  14.  
  15.  
  16.  
  17.  
  18.   When using RUNTIME to run an application created with the
  19.   Personal Programmer, any Look-up tables being used do not appear
  20.   on the screen when pressing <F1>.
  21.  
  22.   To enable this you must make a change in the code that is created
  23.   by PPROG:
  24.  
  25.      There is a section of code within the edit or data entry
  26.      module that uses a WAIT TABLE...UNTIL "F1"... You need to
  27.      remove the "F1".  Here is what to do:
  28.  
  29.        1) Play your application with Paradox.
  30.  
  31.        2) When you get to the spot where the Look-up should be,
  32.           press <Ctrl-Break>.
  33.  
  34.        3) Press <F2> to end the edit.  You will see the Cancel
  35.           Debug menu.
  36.  
  37.        4) Choose {Debug}, then press <Ctrl-E> to edit the script.
  38.  
  39.        5) You will be taken to the AppNameUTL script and the
  40.           section that contains the WAIT.  Delete the part that
  41.           says "F1", (ie: delete the F1 its quotes and following
  42.           comma).
  43.  
  44.        6) Be sure you leave the rest of the code intact (it will
  45.           say UNTIL "F2","F7"   etc).
  46.  
  47.        7) Press <F2> to save the script.
  48.  
  49.        8) Play the AppNameLIB script to rebuild the libraries.
  50.           Where AppName stands for the name of your application.
  51.  
  52.   This will need to be done for every different action defined, not
  53.   for every Look-up.   In other words, if this Look-up was in an
  54.   edit session, this will fix all look-ups occurring within an
  55.   edit.  If you also have a data entry or add session in your
  56.   application that uses a table lookup, you will have to repeat
  57.   this for one of the data entry and/or add Look-ups.  If your
  58.   application is modified you will have to repeat this procedure.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Paradox                                NUMBER  :  667
  75.   VERSION  :  3.xx
  76.        OS  :  DOS
  77.      DATE  :  August 12, 1992                          PAGE  :  2/2
  78.  
  79.     TITLE  : Using Look-up Tables in PPROG & Paradox Runtime
  80.  
  81.  
  82.  
  83.  
  84.   DISCLAIMER: You have the right to use this technical information
  85.   subject to the terms of the No-Nonsense License Statement that
  86.   you received with the Borland product to which this information
  87.   pertains.
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.